/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden; }

.off-canvas-wrap, .inner-wrap {
  position: relative;
  width: 100%; }

.left-off-canvas-menu, .right-off-canvas-menu {
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333;
  z-index: 1001;
  box-sizing: content-box; }

section.left-small, section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0; }

.off-canvas-wrap {
  overflow: hidden; }

.inner-wrap {
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

nav.tab-bar {
  background: #333;
  color: #FFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: #FFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1.125rem; }

section.left-small {
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4d4d4d;
  left: 0; }

section.right-small {
  border-left: solid 1px #4d4d4d;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    section.tab-bar-section {
      text-align: left; } }
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: #222;
  position: relative; }
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF;
    box-shadow: 0 10px 0 1px #FFF, 0 16px 0 1px #FFF, 0 22px 0 1px #FFF; }
  a.menu-icon:hover span {
    -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.right-off-canvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }
.move-right a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }
.move-left a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-left a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.lt-ie10 .left-off-canvas-menu {
  left: -250px; }
.lt-ie10 .right-off-canvas-menu {
  right: -250px; }
.lt-ie10 .move-left > .inner-wrap {
  right: 250px; }
.lt-ie10 .move-right > .inner-wrap {
  left: 250px; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
td.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
td.hide-for-xlarge-up,
th.hide-for-xxlarge-up, td.show-for-medium-down
th.show-for-large-down, td.hide-for-xlarge
th.hide-for-xlarge-up,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-xlarge
th.hide-for-xlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 63.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visilbity for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visilbity for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visilbity for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

body {
  font-family: "proxima-nova", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0;
  font-family: "proxima-nova", sans-serif; }

h2 {
  margin-bottom: 2em;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }

p {
  font-size: 1rem; }
  p:last-child {
    margin-bottom: 0; }

ul,
ol {
  font-size: 0.9rem; }

a {
  color: #B32216; }

button,
.button {
  font-family: "proxima-nova", sans-serif;
  outline: none;
  -webkit-appearance: none; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background-color: transparent; }

.btn {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #B32216;
  border: 2px solid #EAEAEA;
  background: transparent; }

.btn:hover,
.btn:focus {
  color: #B32216;
  background: transparent;
  border-color: #B32216;
  outline: none; }

.btn-chin {
  width: 100%;
  padding: 1.6rem;
  font-weight: 600 !important; }

input[type="search"],
input[type="text"],
input[type="email"] {
  background: #EAEAEA;
  color: #0C0D18;
  border: 2px solid #EAEAEA;
  outline: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus {
    box-shadow: none;
    background: #FFFFFF; }

select {
  border-width: 2px;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0; }
  select:focus {
    border-color: #B32216;
    -webkit-appearance: none;
    outline: none; }

input[type="submit"] {
  border-radius: 0; }

html, body {
  height: auto; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 78.5rem; }

.page-wrapper {
  padding-bottom: 4rem;
  overflow: hidden; }
  @media only screen and (min-width: 63.063em) {
    .page-wrapper {
      padding-bottom: 8rem; } }

[class*="column"] + [class*="column"]:last-child {
  float: left; }

.row .row {
  margin-left: 0;
  margin-right: 0; }

.more-content-btn {
  display: block;
  width: 200px;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 0.9rem; }

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important; }

.fb-comments {
  display: block !important;
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 1rem; }

.nav-tabs {
  text-align: center;
  list-style: none; }
  .nav-tabs li, .nav-tabs a {
    display: inline-block; }
  .nav-tabs a {
    margin: 1em;
    padding-bottom: 0.1rem; }
  .nav-tabs h2 {
    margin-bottom: 0; }
  .nav-tabs li.active a {
    color: #0C0D18;
    border-bottom: 2px solid #0C0D18; }
    .nav-tabs li.active a h2 {
      color: #0C0D18; }

.tab-content .tab-pane {
  display: none; }
.tab-content .tab-pane.active {
  display: block; }

.card {
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .card.card-highlight {
    margin-bottom: 31px;
    overflow: hidden;
    height: 239px; }
    .card.card-highlight.home-ad {
      overflow: visible;
      text-align: center; }

@media only screen and (min-width: 63.063em) {
  #home-feed-longform .card {
    margin-bottom: 50px; } }
.card-wrapper {
  min-height: 200px; }
  @media only screen and (min-width: 40.063em) {
    .card-wrapper {
      min-height: 275px; } }
  @media only screen and (min-width: 63.063em) {
    .card-wrapper {
      min-height: 325px; } }

.card-highlight:nth-child(even) {
  margin-bottom: 13px; }

@media only screen and (min-width: 63.063em) {
  .card-highlight:nth-child(4) {
    margin-bottom: 536px; } }
.card-media {
  position: relative;
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.card-icon {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  height: 120px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background-image: url(../images/lip-icon-content_360.png);
  background-repeat: no-repeat;
  background-size: 120px; }

.card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: black;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.card-content {
  padding-top: 10px; }

.card-title {
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 600;
  color: #0C0D18; }
  @media only screen and (min-width: 63.063em) {
    .card-title {
      font-size: 1em; } }

.card-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 0.6rem 0.5rem;
  opacity: 1 !important;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(85%, rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 85%);
  background-image: linear-gradient(to bottom,transparent 0%, rgba(0, 0, 0, 0.8) 85%);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.card-meta-primary,
.card-meta-secondary {
  -webkit-font-smoothing: antialiased; }

.card-meta-primary {
  font-size: 0.8rem;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.card-meta-secondary {
  font-size: 0.8rem;
  font-style: italic;
  color: #FFFFFF; }

.card:hover .card-overlay {
  opacity: 0.15;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
.card:hover .card-meta {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.card.active .card-meta {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.card-video .card-icon {
  background-position: 0 0; }

.card-text .card-icon {
  background-position: -60px 0px; }

@media only screen and (min-width: 63.063em) {
  .card-full-length,
  .card-featured {
    height: 472px !important; }
    .card-full-length .card-title,
    .card-featured .card-title {
      font-size: 1.1rem; }
    .card-full-length .card-media,
    .card-featured .card-media {
      height: 450px; } }

.card-show .card-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7); }
.card-show .card-title {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px;
  padding: 0 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase; }
  @media only screen and (min-width: 40.063em) {
    .card-show .card-title {
      font-size: 1.8rem;
      margin-top: -15px; } }

.card-ad .card-content {
  text-align: center; }
.card-ad .ad-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #CACACA;
  letter-spacing: 1px; }

.this-week .chitikaAdContainer {
  height: 90px;
  margin-bottom: 20px; }

.page-home .chitikaAdContainer {
  text-align: center; }

.content-chin {
  border-bottom: 2px solid #EAEAEA; }
  @media only screen and (min-width: 40.063em) {
    .content-chin {
      height: 80px;
      border-left: 2px solid #EAEAEA;
      border-right: 2px solid #EAEAEA; } }

.chin-button {
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 80px; }

.chin-button-primary {
  color: #B32216;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80px;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .chin-button-primary {
      text-align: left; } }

.chin-button-primary:hover {
  color: #0C0D18; }

.chin-left {
  height: 80px;
  text-align: center;
  border-right: 1px solid #EAEAEA; }
  @media only screen and (min-width: 40.063em) {
    .chin-left {
      text-align: left; } }

.chin-right {
  height: 80px;
  border-left: 1px solid #EAEAEA; }

.chin-social-share {
  height: 80px;
  padding-top: 1.4rem;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .chin-social-share {
      border-top: 2px solid #EAEAEA; } }

.addthis_toolbox {
  text-align: center; }
  .addthis_toolbox .at300b {
    float: none;
    display: inline-block; }
    .addthis_toolbox .at300b span {
      border-radius: 50%; }

.addthis_default_style .addthis_separator,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m,
.addthis_default_style .at300bs {
  float: none !important; }

@media only screen and (min-width: 40.063em) {
  .host {
    margin-bottom: 0; } }
.host .host-avatar {
  display: block;
  width: 60px;
  margin: 0 auto 1rem;
  border-radius: 50%; }
  @media only screen and (min-width: 40.063em) {
    .host .host-avatar {
      width: 80px; } }
.host .host-name {
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .host .host-name {
      font-size: 1rem; } }
.host .host-social-links {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1rem; }
  .host .host-social-links a {
    display: inline-block;
    padding: 0 0.2rem; }
.host .p {
  font-size: 0.8rem; }

.host-bio {
  font-size: 0.8rem;
  line-height: 1.6; }

.bio-container p {
  font-size: 0.8rem; }

.read-more-host,
.read-less-host {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 600; }

.host-small .host-avatar {
  width: 40px;
  height: auto; }
.host-small .host-name {
  font-size: 0.9rem; }

.show-index .show-hosts-1 .host,
.show-index .episode-hosts-1 .host {
  float: none;
  margin: 0 auto; }
.show-index .show-hosts-2 .host:first-child,
.show-index .episode-hosts-2 .host:first-child {
  margin-left: 16.66667%; }

.show-section-hosts.show-hosts-1 .host,
.episode-section-hosts.episode-hosts-1 .host {
  float: none;
  margin: 0 auto; }

.ad-block-wide {
  padding: 2.5em 0;
  text-align: center;
  background: #0C0D18;
  margin-bottom: 3rem; }
  .ad-block-wide .ad {
    width: 320px;
    height: 50px;
    margin: 0 auto; }
    @media only screen and (min-width: 780px) {
      .ad-block-wide .ad {
        width: 728px;
        height: 90px; } }
    @media only screen and (min-width: 40.063em) {
      .ad-block-wide .ad {
        width: 728px;
        height: 90px; } }

.page-home .section-bleed {
  position: absolute;
  top: 1850px; }

@media only screen and (min-width: 40.063em) and (max-width: 63em) {
  .page-highlight .page-wrapper .ad-block-wide {
    margin-bottom: 0; } }

.sidebar-ad {
  width: 300px;
  height: 250px;
  margin: 0 auto; }
  @media only screen and (max-width: 40em) {
    .sidebar-ad:not(:first-of-type) {
      display: none; } }
  @media only screen and (min-width: 40.063em) {
    .sidebar-ad {
      margin-left: auto; } }
  @media only screen and (min-width: 63.063em) {
    .sidebar-ad {
      margin: 0 auto 1.5rem auto; } }

.mobile-ad {
  width: 300px;
  height: 250px;
  margin: 0 auto; }

.mobile-ad-short {
  margin-top: 1.5em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0rem;
  clear: both;
  text-align: center;
  display: block; }
  .mobile-ad-short.align {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  @media only screen and (min-width: 741px) {
    .mobile-ad-short {
      display: none; } }

.highlight-section-description .mobile-ad {
  margin-bottom: 1.5em; }

.ad-header {
  position: relative;
  z-index: 50;
  width: 320px;
  height: 50px;
  display: block;
  margin: 0 auto 3em auto;
  text-align: center; }
  @media only screen and (min-width: 780px) {
    .ad-header {
      width: 728px;
      height: 90px; } }
  @media only screen and (min-width: 40.063em) {
    .ad-header {
      width: 728px;
      height: 90px; } }

.pagination {
  border-bottom: 3px solid #EAEAEA;
  max-width: none;
  display: none; }
  .pagination span {
    text-align: center;
    border-right: 3px solid #EAEAEA;
    padding-left: 0;
    padding-right: 0; }
    .pagination span:first-of-type a {
      border-bottom: 3px solid #EAEAEA; }
    .pagination span.alt-border {
      border-right: 0; }
    .pagination span.end {
      padding: 3rem 0;
      background: #FFFFFF;
      color: #EAEAEA; }
      @media only screen and (max-width: 40em) {
        .pagination span.end {
          padding: 1.5rem 0; } }
    .pagination span:last-of-type a {
      border-right: 0; }
    .pagination span a {
      color: #B32216;
      padding: 3rem 0;
      display: block; }
      @media only screen and (max-width: 40em) {
        .pagination span a {
          padding: 1.5rem 0; } }
      .pagination span a:hover, .pagination span a:focus {
        text-decoration: underline;
        background: #EAEAEA; }

header {
  padding: 10px 20px 0; }
  @media only screen and (min-width: 63.063em) {
    header {
      padding-top: 20px; } }
  header .container {
    position: relative;
    *zoom: 1;
    max-width: 78.5rem; }
    header .container:before, header .container:after {
      content: " ";
      display: table; }
    header .container:after {
      clear: both; }

.header-logo {
  display: block;
  float: left;
  width: 100px;
  height: 50px;
  background-image: url(../images/fpo-logo-bug-200px-black.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.header-nav {
  display: none;
  padding-top: 17px; }
  @media only screen and (min-width: 40.063em) {
    .header-nav {
      display: block;
      float: right; } }
  .header-nav .header-nav-items {
    display: inline-block; }
  .header-nav .nav-link {
    display: inline-block;
    margin: 0 0.8rem;
    padding: 0;
    font-size: 0.9em;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0C0D18; }
    .header-nav .nav-link.current {
      font-weight: 700;
      border-bottom: 2px solid #0C0D18; }
  .header-nav .nav-link.current,
  .header-nav .nav-link.current:hover {
    color: #0C0D18; }
  .header-nav .nav-link:hover {
    color: #B32216; }

.header-nav-mobile {
  display: block;
  float: right;
  text-align: right; }
  .header-nav-mobile .nav-link {
    height: auto;
    margin: 0 0.4rem; }
    .header-nav-mobile .nav-link:last-child {
      margin-right: 0; }
  @media only screen and (min-width: 40.063em) {
    .header-nav-mobile {
      display: none; } }

.header-search-overlay {
  display: none; }
  .header-search-overlay .search-field {
    width: 354px;
    margin-bottom: 0; }

.header-search-toggle {
  width: 19px;
  height: 18px;
  margin-bottom: 0;
  margin-left: 0.8em;
  padding: 0;
  background-image: url(../images/lip-icon-search.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-color: transparent;
  border: none;
  text-indent: -9999em; }
  .header-search-toggle:hover {
    background-color: transparent; }

.header-nav.search-open {
  padding-top: 10px; }
  .header-nav.search-open .header-nav-items {
    display: none; }
  .header-nav.search-open .header-search-overlay {
    display: inline-block; }
  .header-nav.search-open .header-search-toggle {
    background-position: -19px 0; }

.header-tagline {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .header-stacked {
    padding-top: 20px; } }
@media only screen and (min-width: 40.063em) {
  .header-stacked .header-logo {
    float: none;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-image: url(../images/fpo-logo-500px.png); } }
.header-stacked .header-nav {
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .header-stacked .header-nav {
      float: none;
      padding-top: 40px;
      min-height: 80px; } }
@media only screen and (min-width: 40.063em) {
  .header-stacked .header-nav.search-open {
    padding-top: 32px; } }
.header-stacked .header-search-overlay .search-field {
  width: 358px; }
.header-stacked .header-tagline {
  position: absolute;
  left: 0.45rem;
  top: 0;
  color: #CACACA;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  @media only screen and (min-width: 40.063em) {
    .header-stacked .header-tagline {
      display: block; } }

.header-stacked:hover .header-tagline {
  color: #B32216;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.header-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.header-horizontal-light .header-logo {
  background-image: url(../images/fpo-logo-bug-200px-white.png); }
.header-horizontal-light .header-nav .nav-link,
.header-horizontal-light .header-nav .nav-link.current,
.header-horizontal-light .header-nav .nav-link.current:hover {
  color: #FFFFFF; }
.header-horizontal-light .header-nav .nav-link.current {
  border-color: #FFFFFF; }
.header-horizontal-light .header-nav .nav-link:hover {
  color: #B32216; }
@media only screen and (min-width: 40.063em) {
  .header-horizontal-light .header-nav .header-search-toggle {
    background-position: 0 -18px; } }

.header-horizontal-light .search-open .header-search-toggle {
  background-position: -19px -18px !important; }

.mobile-overlay,
.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF; }

.mobile-overlay {
  bottom: -200px; }

.mobile-menu {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: visibility 0, opacity 0.4s ease-in-out;
  -moz-transition: visibility 0, opacity 0.4s ease-in-out;
  transition: visibility 0, opacity 0.4s ease-in-out; }

body.site-loaded .mobile-overlay {
  background: #FFFFFF;
  -webkit-transition: visibility 0, opacity 0.8s ease;
  -moz-transition: visibility 0, opacity 0.8s ease;
  transition: visibility 0, opacity 0.8s ease;
  -webkit-transition-delay: 1.2s, 0.8s; }
body.site-loaded .mobile-menu {
  -webkit-transition: visibility 0, opacity 0.4s ease-in-out;
  -moz-transition: visibility 0, opacity 0.4s ease-in-out;
  transition: visibility 0, opacity 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s, 0; }

@media only screen and (max-width: 40em) {
  body.mobile-menu-open {
    overflow: hidden; } }
@media only screen and (max-width: 40em) {
  body.mobile-menu-open .mobile-overlay,
  body.mobile-menu-open .mobile-menu {
    visibility: visible;
    opacity: 1; }
  body.mobile-menu-open .mobile-overlay {
    -webkit-transition: visibility 0 0, opacity 0.4s ease 0;
    -moz-transition: visibility 0 0, opacity 0.4s ease 0;
    transition: visibility 0 0, opacity 0.4s ease 0;
    -webkit-transition-delay: 0s, 0; }
  body.mobile-menu-open .mobile-menu {
    -webkit-transition: visibility 0 0, opacity 0.4s ease-in-out;
    -moz-transition: visibility 0 0, opacity 0.4s ease-in-out;
    transition: visibility 0 0, opacity 0.4s ease-in-out;
    -webkit-transition-delay: 0s, 0.4s; } }

.mobile-menu-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 0;
  *zoom: 1; }
  .mobile-menu-header:before, .mobile-menu-header:after {
    content: " ";
    display: table; }
  .mobile-menu-header:after {
    clear: both; }
  .mobile-menu-header .header-logo {
    float: left;
    background-image: url(../images/fpo-logo-bug-200px-black.png); }
  .mobile-menu-header .header-nav {
    float: right;
    display: block;
    text-align: right; }
    .mobile-menu-header .header-nav .nav-link {
      color: #0C0D18;
      margin: 0; }

.mobile-menu-body {
  height: 100%; }
  .mobile-menu-body .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .mobile-menu-body .nav-item {
    margin-bottom: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0C0D18; }
    .mobile-menu-body .nav-item:last-child {
      margin-bottom: 0; }

footer {
  padding: 3rem 20px;
  background: #F4F4F4;
  text-align: left;
  clear: both; }
  footer .footer-header {
    margin-bottom: 1.2rem;
    text-align: center;
    color: #0C0D18; }
    @media only screen and (min-width: 40.063em) {
      footer .footer-header {
        text-align: left; } }
  footer ul {
    margin: 0;
    list-style: none; }

.footer-sitemap {
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .footer-sitemap {
      margin-bottom: 0;
      text-align: left; } }
  .footer-sitemap ul {
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 40.063em) {
      .footer-sitemap ul {
        line-height: 26px; } }
    .footer-sitemap ul a {
      color: #0C0D18;
      letter-spacing: 1px; }
      .footer-sitemap ul a:hover {
        color: #B32216; }

.footer-partners .partner {
  display: block;
  text-indent: -9999rem;
  height: 40px;
  margin-bottom: 8px;
  background-position: 0 0;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 40em) {
    .footer-partners .partner {
      background-position: 50% 0; } }
.footer-partners .partner-itunes {
  background-image: url(../images/partner-logo-itunes.png);
  background-size: 92px 40px; }
.footer-partners .partner-swell {
  background-image: url(../images/partner-logo-swell.png);
  background-size: 98px 40px; }
.footer-partners .partner-youtube {
  background-image: url(../images/partner-logo-youtube.png);
  background-size: 84px 40px; }
.footer-partners .partner-roku {
  background-image: url(../images/partner-logo-roku.png);
  background-size: 68px 40px;
  margin-bottom: 40px; }

.footer-newsletter-form {
  margin-bottom: 2rem; }
  .footer-newsletter-form .row.collapse {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 40.063em) {
      .footer-newsletter-form .row.collapse {
        max-width: none; } }
  .footer-newsletter-form .email-field {
    height: 4em;
    border: 0;
    margin: 0;
    padding: 0.8rem;
    color: #0C0D18;
    letter-spacing: 1px; }
    @media only screen and (max-width: 40em) {
      .footer-newsletter-form .email-field {
        text-align: center; } }
  .footer-newsletter-form .btn {
    font-size: 0.8rem;
    font-weight: 600;
    height: 4.4em;
    border-color: #EAEAEA;
    border-radius: 0;
    padding: 0; }
    .footer-newsletter-form .btn:hover {
      border-color: #B32216; }

@media only screen and (max-width: 40em) {
  .footer-social-links {
    text-align: center; } }
.footer-social-links .footer-social {
  display: inline-block;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat; }
.footer-social-links .footer-facebook {
  background: url(../images/social-facebook-icon.png);
  width: 30px;
  height: 30px;
  margin-right: 10px; }
.footer-social-links .footer-twitter {
  background: url(../images/social-twitter-icon.png);
  width: 30px;
  height: 30px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer-social-links .footer-facebook {
    background: url(../images/social-facebook-icon-2x.png);
    background-size: 25px 25px;
    width: 25px;
    height: 25px; }
  .footer-social-links .footer-twitter {
    background: url(../images/social-twitter-icon-2x.png);
    background-size: 25px 25px;
    width: 25px;
    height: 25px; } }

.footer-bottom {
  padding-top: 2rem; }

.footer-tagline {
  text-align: center;
  padding-top: 20px;
  color: #0C0D18; }
  @media only screen and (min-width: 40.063em) {
    .footer-tagline {
      text-align: left;
      margin-bottom: 0; } }

.footer-logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 50px;
  background-image: url(../images/fpo-logo-bug-200px-black.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  opacity: 0.2; }
  @media only screen and (min-width: 40.063em) {
    .footer-logo {
      float: right; } }

.this-week {
  height: 425px;
  margin-top: -425px;
  background: #0C0D18;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: margin-top 0.15s ease-in-out;
  -moz-transition: margin-top 0.15s ease-in-out;
  transition: margin-top 0.15s ease-in-out; }
  @media only screen and (min-width: 40.063em) {
    .this-week {
      height: 520px;
      margin-top: -520px; } }
  .this-week .container {
    position: relative;
    padding: 1.5rem 0;
    height: 100%; }
    .this-week .container .mobile-ad-short {
      margin-top: 0; }
    .this-week .container .ad-big {
      margin-bottom: 2.5rem;
      display: block; }
      @media only screen and (max-width: 740px) {
        .this-week .container .ad-big {
          display: none !important; } }
  .this-week h2 {
    color: #FFFFFF; }
  .this-week .card {
    margin-bottom: 0;
    text-align: left;
    height: 238px;
    overflow: hidden; }
  .this-week .card-title {
    color: #FFFFFF;
    font-size: 0.8em; }
  .this-week .slider {
    position: relative;
    margin: 0 auto; }
    .this-week .slider .flex-control-nav {
      padding-top: 1rem; }
      .this-week .slider .flex-control-nav li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 0.2rem; }
        .this-week .slider .flex-control-nav li a {
          display: inline-block;
          text-indent: -9999rem;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #999999; }
        .this-week .slider .flex-control-nav li a:hover {
          background-color: #FFFFFF; }
        .this-week .slider .flex-control-nav li a.flex-active,
        .this-week .slider .flex-control-nav li a.flex-active:hover {
          background: #B32216; }

.this-week-mobile-slider {
  display: block;
  height: 238px;
  max-width: 28rem;
  padding: 0 1rem; }
  .this-week-mobile-slider .flex-viewport {
    height: 238px;
    z-index: 100; }
  @media only screen and (min-width: 63.063em) {
    .this-week-mobile-slider {
      display: none; } }

.this-week-desktop-slider {
  display: none;
  height: 238px;
  padding: 0 80px; }
  @media only screen and (min-width: 63.063em) {
    .this-week-desktop-slider {
      display: block; } }
  .this-week-desktop-slider .flex-viewport {
    height: 238px;
    z-index: 100; }
  .this-week-desktop-slider .flex-direction-nav {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 1rem;
    right: 1rem;
    margin-top: -40px; }
    @media only screen and (max-width: 40em) {
      .this-week-desktop-slider .flex-direction-nav {
        display: none; } }
    .this-week-desktop-slider .flex-direction-nav .flex-prev,
    .this-week-desktop-slider .flex-direction-nav .flex-next {
      height: 30px;
      width: 20px;
      background: url(../images/slider-arrows.png) 50% 50% no-repeat;
      text-indent: -9999rem; }
    .this-week-desktop-slider .flex-direction-nav .flex-prev {
      float: left;
      background-position: 0 0; }
      .this-week-desktop-slider .flex-direction-nav .flex-prev:hover {
        background-position: 0 -30px; }
    .this-week-desktop-slider .flex-direction-nav .flex-next {
      float: right;
      background-position: -20px 0; }
      .this-week-desktop-slider .flex-direction-nav .flex-next:hover {
        background-position: -20px -30px; }

.this-week-toggle {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .this-week-toggle {
      display: block;
      position: absolute;
      z-index: 1;
      top: 100%;
      right: 0;
      width: 120px;
      margin: 0 0 0 -60px;
      padding: 5px 0 43px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #FFFFFF;
      background: url(../images/this-week-triangle.png) 50% 0 no-repeat;
      cursor: pointer; }
      .this-week-toggle:hover {
        color: #B32216; }
      .this-week-toggle:focus {
        background: url(../images/this-week-triangle.png) 50% 0 no-repeat;
        color: #FFFFFF; } }

.this-week.open {
  margin-top: 0; }

.page-home {
  background: white; }

.home-mobile-feed-toggle {
  padding: 2rem 0; }
  @media only screen and (min-width: 63.063em) {
    .home-mobile-feed-toggle {
      display: none; } }

.home-feeds {
  max-width: 30rem; }
  @media only screen and (min-width: 63.063em) {
    .home-feeds {
      max-width: 78.5rem;
      padding-top: 3rem; } }
  .home-feeds .row {
    position: relative;
    max-width: 78.5rem; }
  .home-feeds .column {
    padding-left: 0.45rem;
    padding-right: 0.45rem; }
  @media (min-width: 1009px) and (max-width: 1279px) {
    .home-feeds #home-feed-longform,
    .home-feeds #home-feed-highlights,
    .home-feeds #home-feed-news {
      width: 33.33333333333333%; }
    .home-feeds #home-feed-featured {
      width: 66.666666666666%; } }

.home-feed {
  position: relative;
  z-index: 50; }
  @media only screen {
    .home-feed {
      display: none;
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 63.063em) {
    .home-feed {
      display: block; } }
  .home-feed .card-meta {
    opacity: 0; }

@media only screen {
  .home-feed.active {
    display: block; } }

.home-feed-header {
  display: none; }
  @media only screen and (min-width: 63.063em) {
    .home-feed-header {
      display: block; } }

@media only screen and (min-width: 63.063em) {
  .home-feeds.featured-cards-1 #home-feed-highlights .card:nth-child(4),
  .home-feeds.featured-cards-1 #home-feed-news .card:nth-child(4) {
    margin-bottom: 535px; } }

@media only screen and (min-width: 63.063em) {
  .home-feeds.featured-cards-2 #home-feed-highlights .card:nth-child(4),
  .home-feeds.featured-cards-2 #home-feed-news .card:nth-child(4) {
    margin-bottom: 535px; } }

#home-feed-featured {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 1084px; }
  @media only screen {
    #home-feed-featured {
      display: none; } }
  @media only screen and (min-width: 63.063em) {
    #home-feed-featured {
      display: block; } }

.home-feeds-load {
  display: block;
  margin: 0;
  padding: 24px; }

#CoverPop-cover {
  background-color: rgba(255, 255, 255, 0.95); }
  #CoverPop-cover .splash-center {
    width: 80%;
    max-width: 30rem;
    margin: 10% auto 0;
    padding: 2rem;
    background: #FFFFFF;
    border: 2px solid #0C0D18;
    text-align: center; }
  #CoverPop-cover a.CoverPop-close {
    display: inline-block;
    padding: 0.2rem;
    color: #CACACA;
    font-size: 0.9rem;
    height: 40px;
    margin-bottom: 0; }
  #CoverPop-cover form {
    margin-bottom: 2rem; }
    #CoverPop-cover form input,
    #CoverPop-cover form button {
      height: 40px;
      margin-bottom: 0; }
    #CoverPop-cover form button {
      padding: 0; }

.page-wrapper-show-index {
  padding-top: 2rem;
  padding-bottom: 3rem; }
  @media only screen and (min-width: 63.063em) {
    .page-wrapper-show-index {
      padding-top: 6rem; } }

.show-index .container {
  max-width: 48rem; }
  @media only screen and (min-width: 40.063em) {
    .show-index .container {
      padding: 0 1rem; } }
.show-index .show {
  margin-bottom: 6rem; }
  .show-index .show .card-show {
    margin-bottom: 0; }
    .show-index .show .card-show .card-media {
      height: 220px; }
  .show-index .show .show-index-chin {
    margin-bottom: 2rem; }
    .show-index .show .show-index-chin .social-icons {
      margin-bottom: 0;
      padding-top: 1.4rem; }
.show-index .show-hosted-by {
  margin-bottom: 2rem; }
  .show-index .show-hosted-by .container {
    max-width: 30rem; }
@media only screen and (min-width: 40.063em) {
  .show-index .show-synopsis {
    padding-left: 1.4rem; } }
.show-index .show-synopsis .container {
  padding: 0 1rem; }
.show-index .show-synopsis p {
  font-size: 0.9rem; }

.show-air-day,
.show-air-time {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.show-air-day {
  padding-top: 24px;
  margin-bottom: 0.2rem;
  font-size: 0.8rem; }

.show-air-time {
  font-size: 1.2rem;
  color: #B32216; }

.show-section {
  padding: 3rem 0; }

.show-section-dark {
  background-color: #0C0D18; }

.show-section-light {
  background-color: #FFFFFF; }

.show-section-gray {
  background-color: #F4F4F4; }

.show-section-header {
  position: relative;
  padding: 6rem 0 2rem;
  background-image: url(http://thelip.tv/wp-content/themes/the-lip%202/assets-build/stylesheets/fpo-show-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .show-section-header {
      padding-top: 8rem; } }
  .show-section-header .container {
    position: relative;
    z-index: 50;
    max-width: 50rem; }
  .show-section-header .show-header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .show-section-header .show-title,
  .show-section-header .show-synopsis {
    color: #FFFFFF; }
  .show-section-header .show-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .show-section-header .show-title {
        margin-bottom: 3rem; } }
  .show-section-header .show-synopsis {
    margin: 0 auto 2.4rem;
    padding: 0 20px;
    font-size: 0.9rem;
    line-height: 1.6; }
    @media only screen and (min-width: 40.063em) {
      .show-section-header .show-synopsis {
        margin-bottom: 2rem;
        font-size: 1rem;
        line-height: 1.6; } }

@media only screen and (max-width: 40em) {
  .show-recent-episodes {
    max-width: 30rem;
    margin: 0 auto; } }
.show-recent-episodes .page-section-title {
  color: #FFFFFF; }
.show-recent-episodes .recent-episode {
  margin-bottom: 1rem; }
.show-recent-episodes .card-title {
  color: #FFFFFF; }

.social-icons {
  text-align: center;
  margin-bottom: 2rem; }
  .social-icons .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 0.2rem;
    text-indent: -9999rem;
    background: url(../../../../../static/r07/widget015_32x32_top.gif);
    border-radius: 50%; }
  .social-icons .icon-facebook {
    background-position: 0 -160px; }
  .social-icons .icon-twitter {
    background-position: 0 -704px; }

.show-section-chin {
  padding: 0; }
  .show-section-chin .container {
    max-width: 45.5rem; }

.show-section-hosts {
  padding-top: 3rem; }
  @media only screen and (max-width: 40em) {
    .show-section-hosts .host {
      margin-bottom: 2rem; } }

.show-section-all-content .card {
  min-height: 206px; }
  @media only screen and (min-width: 63.063em) {
    .show-section-all-content .card {
      min-height: 250px; } }
.show-section-all-content .all-content-toggle {
  padding-bottom: 1rem; }
.show-section-all-content .browse-form {
  width: 300px;
  margin: 0 auto 2rem; }
  .show-section-all-content .browse-form .label {
    display: inline-block; }
  .show-section-all-content .browse-form h2 {
    margin-bottom: 0.4rem; }

.show-section-more-shows .card-title {
  font-size: 1.2rem; }
.show-section-more-shows .card-media {
  height: 180px; }

.page-wrapper.page-wrapper-episode-detail {
  padding-bottom: 0; }

.episode-section {
  padding: 3rem 0; }
  .episode-section .section-header {
    margin-bottom: 1rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .episode-section .section-header {
        margin-bottom: 2rem; } }
  .episode-section .social-icons {
    margin-bottom: 0; }

.episode-section-dark {
  background-color: #0C0D18; }

.episode-section-light {
  background-color: #FFFFFF; }

.episode-section-gray {
  background-color: #F4F4F4; }

.episode-section-header {
  position: relative;
  padding: 6rem 0 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .episode-section-header {
      padding-top: 8rem; } }
  .episode-section-header .container {
    position: relative;
    z-index: 50;
    max-width: 45.5rem;
    padding: 0; }
  .episode-section-header .episode-header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 40; }
  .episode-section-header .episode-title,
  .episode-section-header .episode-show-number {
    color: #FFFFFF;
    text-align: center; }
  .episode-section-header .episode-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600; }
  .episode-section-header .episode-show-number {
    margin-bottom: 3rem; }
    .episode-section-header .episode-show-number .show-title,
    .episode-section-header .episode-show-number .episode-number {
      font-size: 1rem;
      color: #FFFFFF; }
    .episode-section-header .episode-show-number .show-title {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .episode-section-header .episode-show-number .show-title a {
        color: #FFFFFF; }
      .episode-section-header .episode-show-number .show-title a:hover {
        text-decoration: underline; }
    .episode-section-header .episode-show-number .episode-number {
      font-style: italic; }
  .episode-section-header .episode-media-player {
    margin-bottom: 3rem; }

.episode-section-chin {
  padding: 0; }
  .episode-section-chin .container {
    padding: 0;
    max-width: 45.5rem; }

@media only screen and (max-width: 40em) {
  .episode-extras .sidebar-ad {
    margin-bottom: 2em; } }
.episode-extras .episode-breakdown {
  word-wrap: break-word;
  background: #FFFFFF;
  text-align: center;
  padding: 2rem;
  margin-bottom: 1.5rem; }
.episode-extras h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em; }
.episode-extras h2, .episode-extras h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em; }
.episode-extras .section-header {
  font-size: 12px;
  font-weight: 700; }
.episode-extras a {
  text-decoration: underline; }
.episode-extras blockquote {
  border-left: 3px solid #B32216;
  margin: 1em 0;
  padding: 0 1em; }
  .episode-extras blockquote p {
    font-size: 1rem;
    font-weight: 600;
    color: #0C0D18; }
.episode-extras ul {
  padding: 1.25em 0 1.25em 2.1rem; }
.episode-extras .episode-section-comments h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2em; }

.episode-section-details {
  background: #FFFFFF;
  padding: 2rem 0; }
  @media only screen and (min-width: 40.063em) {
    .episode-section-details {
      padding: 3rem 0; } }
  @media only screen and (min-width: 63.063em) {
    .episode-section-details {
      background: #F4F4F4; } }
  .episode-section-details .episode-additional-links {
    word-wrap: break-word;
    padding: 2rem 0; }
  .episode-section-details.episode-section-ct {
    background: #F4F4F4; }
  .episode-section-details .episode-sidebar .sidebar-ad {
    width: 300px;
    height: 250px;
    margin: 0 auto; }
    @media only screen and (max-width: 40em) {
      .episode-section-details .episode-sidebar .sidebar-ad:not(:first-of-type) {
        display: none; } }
    .episode-section-details .episode-sidebar .sidebar-ad.show-for-small-only {
      margin-bottom: 1.5em; }
    @media only screen and (max-width: 320px) {
      .episode-section-details .episode-sidebar .sidebar-ad {
        margin-left: -0.234375rem; } }
    @media only screen and (min-width: 40.063em) {
      .episode-section-details .episode-sidebar .sidebar-ad {
        margin-left: auto; } }
    @media only screen and (min-width: 63.063em) {
      .episode-section-details .episode-sidebar .sidebar-ad {
        margin: 0 auto 1.5rem auto; } }
  .episode-section-details .episode-sidebar .episode-breakdown {
    word-wrap: break-word;
    background: #FFFFFF;
    text-align: center;
    padding: 2rem;
    margin-bottom: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    .episode-section-details .column {
      padding: 0 1.4rem; } }
  .episode-section-details .episode-synopsis {
    margin-bottom: 2rem; }

@media only screen and (max-width: 320px) {
  .sidebar-ad {
    margin-left: -0.234375rem; } }

.episode-section-comments {
  background: #FFFFFF; }
  @media only screen and (min-width: 63.063em) {
    .episode-section-comments {
      background: #F4F4F4; } }

.episode-section-hosts {
  padding: 0; }
  .episode-section-hosts .section-header {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .episode-section-hosts {
      padding: 3rem 0; } }

.episode-section-links {
  max-width: 300px;
  margin: 0 auto; }
  .episode-section-links .container {
    max-width: 45.5rem; }
  @media only screen and (min-width: 40.063em) and (max-width: 63em) {
    .episode-section-links {
      max-width: 300px;
      margin: 0 auto; } }
  .episode-section-links ul {
    margin: 0;
    list-style: none; }
    .episode-section-links ul li {
      margin-bottom: 0.2rem;
      text-align: center; }
  .episode-section-links .episode-additional-links {
    word-wrap: break-word;
    padding: 2rem 0 0 0; }
    @media only screen and (max-width: 40em) {
      .episode-section-links .episode-additional-links {
        padding: 2em 0; } }
    @media only screen and (min-width: 40.063em) and (max-width: 63em) {
      .episode-section-links .episode-additional-links {
        max-width: 300px;
        margin: 0 auto 2em auto; } }
  .episode-section-links .episode-breakdown {
    background: #FFFFFF; }

.episode-section-past {
  clear: both; }
  @media only screen and (min-width: 40.063em) {
    .episode-section-past {
      padding: 0 0 3em 0; } }
  .episode-section-past .card-wrapper {
    min-height: auto; }
  .episode-section-past.alt {
    padding: 2rem 0 0 0; }

.original-section-comments {
  background: #FFFFFF; }
  @media only screen and (min-width: 63.063em) {
    .original-section-comments {
      background: #F4F4F4; } }

#past-episodes-m {
  padding-bottom: 2em; }

.highlight-section {
  padding: 3rem 0; }

.highlight-section-dark {
  background-color: #0C0D18; }

.highlight-section-light {
  background-color: #FFFFFF; }

.highlight-section-gray {
  background-color: #F4F4F4; }

.page-wrapper-highlight {
  padding-bottom: 1em; }

.highlight-section-header {
  position: relative;
  padding: 6rem 0 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .highlight-section-header {
      padding-top: 8rem; } }
  .highlight-section-header .container {
    position: relative;
    z-index: 50;
    max-width: 45.5rem; }
    .highlight-section-header .container .social-icons {
      margin-bottom: 0; }
  .highlight-section-header .highlight-header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .highlight-section-header .highlight-title,
  .highlight-section-header .highlight-show-number {
    color: #FFFFFF;
    text-align: center; }
  .highlight-section-header .highlight-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600; }
  .highlight-section-header .highlight-show-number .show-title,
  .highlight-section-header .highlight-show-number .episode-number {
    display: inline-block;
    font-size: 1rem;
    color: #FFFFFF; }
  .highlight-section-header .highlight-show-number .show-title {
    padding-right: 0.2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .highlight-section-header .highlight-show-number .show-title a {
      color: #FFFFFF; }
    .highlight-section-header .highlight-show-number .show-title a:hover {
      text-decoration: underline; }
  .highlight-section-header .highlight-show-number .episode-number {
    padding-left: 0.2em;
    font-style: italic; }
  .highlight-section-header .episode-media-player {
    padding-top: 2rem;
    margin-bottom: 3rem; }

.highlight-section-description {
  padding: 2rem 0 0 0; }
  @media only screen and (min-width: 40.063em) {
    .highlight-section-description {
      padding: 3rem 0; } }
  @media only screen and (min-width: 63.063em) {
    .highlight-section-description {
      background: #F4F4F4; } }
  .highlight-section-description .highlight-description {
    margin-bottom: 3rem; }
  .highlight-section-description .highlight-sidebar .sidebar-ad {
    width: 300px;
    height: 250px;
    margin: 0 auto; }
    @media only screen and (max-width: 320px) {
      .highlight-section-description .highlight-sidebar .sidebar-ad {
        margin-left: -0.234375rem; } }
    @media only screen and (max-width: 40em) {
      .highlight-section-description .highlight-sidebar .sidebar-ad:not(:first-of-type) {
        display: none; } }
    @media only screen and (min-width: 40.063em) {
      .highlight-section-description .highlight-sidebar .sidebar-ad {
        margin-left: auto;
        margin-bottom: 2rem; } }
    .highlight-section-description .highlight-sidebar .sidebar-ad.end {
      margin: 0 auto;
      float: none;
      clear: both; }
  .highlight-section-description .highlight-sidebar .more-highlights {
    background: none;
    margin-bottom: 2rem; }
  .highlight-section-description .highlight-sidebar .card {
    max-width: 300px;
    height: auto;
    margin: 0 auto 1rem auto; }
  .highlight-section-description.original-section .sidebar-ad {
    margin-bottom: 1.5em; }
    @media only screen and (max-width: 40em) {
      .highlight-section-description.original-section .sidebar-ad:not(:first-of-type) {
        display: block; } }

.page-wrapper-highlight #past-episodes {
  padding-top: 2em;
  padding-bottom: 2em; }

.page-wrapper-highlight .episode-section {
  padding: 1em 0; }
  .page-wrapper-highlight .episode-section.show-for-small-only {
    padding-top: 2em; }

@media only screen and (max-width: 40em) {
  .all-highlights {
    padding-left: 0;
    padding-right: 0; } }
.page-wrapper-article-index {
  padding-top: 3rem; }
  @media only screen and (min-width: 40.063em) {
    .page-wrapper-article-index {
      padding-top: 6rem; } }
  .page-wrapper-article-index .article-posted-label,
  .page-wrapper-article-index .article-posted-date {
    display: block;
    font-weight: 700;
    letter-spacing: 1px; }
  .page-wrapper-article-index .article-posted-label {
    padding-top: 15px;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    text-transform: uppercase; }
  .page-wrapper-article-index .article-posted-date {
    font-size: 1.2rem;
    color: #B32216; }

.page-wrapper.page-wrapper-article {
  padding-bottom: 0; }

.article-index .section-header {
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .article-index .section-header {
      display: none; } }
.article-index .container {
  max-width: 48rem; }
.article-index .article {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .article-index .article {
      margin-bottom: 3rem; } }
  .article-index .article .card {
    height: auto;
    margin-bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F4F4F4; }
    .article-index .article .card .card-content {
      position: inherit;
      padding: 20px; }
    .article-index .article .card .card-overlay {
      opacity: 0.75;
      background: #FFFFFF; }
    .article-index .article .card.card-alt-bg {
      background-color: #F4F4F4; }
      .article-index .article .card.card-alt-bg .card-overlay {
        opacity: 1;
        background: #F4F4F4; }
  .article-index .article .card:hover .card-overlay {
    opacity: 0.65; }
  .article-index .article .article-title,
  .article-index .article .article-intro {
    display: block;
    opacity: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #0C0D18; }
  .article-index .article .article-title {
    max-width: 40rem;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .article-index .article .article-title {
        font-size: 2rem; } }
  .article-index .article .article-intro {
    font-size: 0.9rem;
    max-width: 40rem; }
    @media only screen and (min-width: 40.063em) {
      .article-index .article .article-intro {
        font-size: 1rem; } }

.page-article {
  background-color: #FFFFFF; }

.article-section {
  padding: 3rem 0; }

.article-section-dark {
  background-color: #0C0D18; }

.article-section-light {
  background-color: #FFFFFF; }

.article-section-gray {
  background-color: #F4F4F4; }

.article-section-header {
  position: relative;
  padding: 6rem 1rem 1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #474747; }
  @media only screen and (min-width: 40.063em) {
    .article-section-header {
      padding-top: 8rem; } }
  .article-section-header .container {
    position: relative;
    z-index: 50;
    max-width: 45.5rem; }
  .article-section-header .article-header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75); }
  .article-section-header.article-section-header-alt {
    background-color: #F4F4F4; }
    .article-section-header.article-section-header-alt .article-header-overlay {
      background-color: #F4F4F4; }
  .article-section-header .article-title,
  .article-section-header .article-author {
    text-align: center;
    color: #0C0D18; }
  .article-section-header .article-title {
    margin: 0 auto 2rem auto;
    font-size: 1.4rem;
    font-weight: 600; }
    @media only screen and (min-width: 40.063em) {
      .article-section-header .article-title {
        font-size: 2rem; } }
  .article-section-header .social-icons {
    padding-bottom: 0;
    margin-bottom: 0; }

@media only screen and (max-width: 40em) {
  .article-section-content {
    padding: 2rem 0; } }
.article-section-content .container {
  max-width: 78.5rem; }
.article-section-content p {
  font-size: 0.9rem;
  line-height: 1.8; }
@media only screen and (min-width: 63.063em) {
  .article-section-content p {
    font-size: 1rem; } }
.article-section-content img {
  width: 100%;
  height: auto;
  margin: 1rem auto; }
.article-section-content .article-content h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em; }
.article-section-content .article-content h2, .article-section-content .article-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em; }
.article-section-content .article-content .section-header {
  font-size: 12px;
  font-weight: 700; }
.article-section-content .article-content a {
  text-decoration: underline; }
.article-section-content .article-content blockquote {
  border-left: 3px solid #B32216;
  margin: 1em 0;
  padding: 0 1em; }
  .article-section-content .article-content blockquote p {
    font-size: 1rem;
    font-weight: 600;
    color: #0C0D18; }
.article-section-content .article-content ul {
  padding: 1.25em 0 1.25em 2.1rem; }
.article-section-content .article-content .article-section-comments h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2em; }

.page-wrapper.article-short .article-section-header {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #0C0D18; }
  @media only screen and (max-width: 40em) {
    .page-wrapper.article-short .article-section-header {
      padding-bottom: 0; } }

@media only screen and (max-width: 40em) {
  .article-section-more {
    padding: 1rem 0; } }
.article-section-more .card-overlay {
  background: #FFFFFF; }

.article-sidebar .host {
  border: 2px solid #EAEAEA;
  padding: 1em 0;
  width: 300px;
  margin: 0 auto 1.5rem auto; }
  .article-sidebar .host .article-posted {
    border-top: 2px solid #EAEAEA;
    text-align: center; }
    .article-sidebar .host .article-posted .article-posted-label {
      padding-top: 16px;
      margin-bottom: 0.45rem; }
    .article-sidebar .host .article-posted .article-posted-date {
      color: #B32216;
      font-size: 0.9rem; }
.article-sidebar .sidebar-ad {
  width: 300px;
  height: 250px;
  margin: 0 auto; }
  @media only screen and (max-width: 40em) {
    .article-sidebar .sidebar-ad {
      display: block; }
      .article-sidebar .sidebar-ad .adsbygoogle {
        margin-left: -0.234375rem; } }
  @media only screen and (max-width: 40em) {
    .article-sidebar .sidebar-ad {
      margin-bottom: 2em; } }
  @media only screen and (max-width: 320px) {
    .article-sidebar .sidebar-ad {
      margin-left: -0.234375rem; } }
  @media only screen and (min-width: 40.063em) {
    .article-sidebar .sidebar-ad {
      margin-left: auto; } }
  @media only screen and (min-width: 63.063em) {
    .article-sidebar .sidebar-ad {
      margin: 0 auto 1.5rem auto; } }
.article-sidebar .article-additional-links {
  word-wrap: break-word;
  padding: 0; }
  @media only screen and (min-width: 40.063em) and (max-width: 63em) {
    .article-sidebar .article-additional-links {
      padding: 2rem 0;
      max-width: 300px;
      margin: 0 auto; } }
  @media only screen and (min-width: 63.063em) {
    .article-sidebar .article-additional-links {
      padding: 0 0 2rem 0; } }

.page-wrapper-article {
  /*
    @media only screen and (max-width: 40em) {
      .adsbygoogle {
        margin-left: -16px;
        max-height: 50px;
      }
    }
  */ }
  @media only screen and (min-width: 40.063em) and (max-width: 63em) {
    .page-wrapper-article .ad-block-wide {
      margin-bottom: 0; } }
  .page-wrapper-article .ad-block-wide:last-child {
    display: none; }
    @media only screen and (min-width: 741px) and (max-width: 1009px) {
      .page-wrapper-article .ad-block-wide:last-child {
        display: block; } }
  .page-wrapper-article .mobile-ad-short.footer-ad {
    padding: 2.5em 0;
    text-align: center;
    background: #0C0D18;
    margin-bottom: 0; }

.highlight-section-description.original-section .episode-section-links {
  max-width: none; }
  @media only screen and (min-width: 40.063em) {
    .highlight-section-description.original-section .episode-section-links {
      max-width: 300; } }
.highlight-section-description.original-section .highlight-sidebar .card {
  max-width: none; }
  @media only screen and (min-width: 40.063em) {
    .highlight-section-description.original-section .highlight-sidebar .card {
      max-width: 300; } }

.page-wrapper-about {
  padding-bottom: 4rem; }

.about-section {
  padding: 3rem 0; }
  .about-section .section-header {
    margin-bottom: 1rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .about-section .section-header {
        margin-bottom: 2rem; } }

.about-section-dark {
  background-color: #0C0D18; }

.about-section-light {
  background-color: #FFFFFF; }

.about-section-gray {
  background-color: #F4F4F4; }

.about-section-header {
  position: relative;
  padding: 8rem 0 6rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .about-section-header {
      padding: 12rem 0 11rem; } }
  .about-section-header .container {
    position: relative;
    z-index: 50;
    max-width: 52rem;
    padding: 0 1rem; }
  .about-section-header h2 {
    color: #FFFFFF;
    margin-bottom: 0.8em; }
  .about-section-header a {
    text-decoration: none; }
    .about-section-header a:hover {
      text-decoration: underline;
      color: #B32216; }
  .about-section-header .contact-links {
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .about-section-header .contact-links {
        text-align: left; }
        .about-section-header .contact-links h2 {
          text-align: left; } }
  .about-section-header .contact-link {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 63.063em) {
      .about-section-header .contact-link {
        margin-bottom: 0; } }
  .about-section-header .contact-link:last-child {
    margin-bottom: 0; }
  .about-section-header .about-header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }

.about-section-details .container {
  max-width: 45.5rem; }
  @media only screen and (max-width: 40em) {
    .about-section-details .container {
      padding: 0 1rem; } }
@media only screen and (max-width: 40em) {
  .about-section-details h2 {
    text-align: center; } }
@media only screen and (min-width: 40.063em) {
  .about-section-details .column {
    padding: 0 1.4rem; } }

@media only screen and (min-width: 40.063em) {
  .about-section-hosts {
    padding: 3rem 0 0; } }
.about-section-hosts .container {
  max-width: 48rem; }
.about-section-hosts .section-header {
  text-align: center;
  margin-bottom: 3rem; }
.about-section-hosts .host {
  margin-bottom: 80px;
  text-align: center; }
.about-section-hosts .host-avatar {
  width: 80px; }
  @media only screen and (min-width: 40.063em) {
    .about-section-hosts .host-avatar {
      width: 100px; } }
.about-section-hosts .host-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.1rem; }
.about-section-hosts .host-title {
  color: #999999; }

.page-wrapper-browse {
  padding-top: 3rem; }
  @media only screen and (min-width: 40.063em) {
    .page-wrapper-browse {
      padding-top: 6rem; } }

@media only screen and (max-width: 40em) {
  .browse-section-toolbar,
  .browse-section-results {
    max-width: 30rem;
    margin: 0 auto; } }
.browse-section-toolbar .container,
.browse-section-results .container {
  padding: 0 1rem; }

.browse-section-toolbar {
  padding-bottom: 3rem; }
  .browse-section-toolbar h2 {
    margin-bottom: 1rem; }
  @media only screen and (max-width: 40em) {
    .browse-section-toolbar select {
      margin-bottom: 1rem; } }

.page-wrapper-search {
  padding-top: 3rem; }
  @media only screen and (min-width: 40.063em) {
    .page-wrapper-search {
      padding-top: 6rem; } }

@media only screen and (max-width: 40em) {
  .search-section-form,
  .search-section-results {
    max-width: 30rem;
    margin: 0 auto; } }
.search-section-form .container,
.search-section-results .container {
  padding: 0 1rem; }

.search-section-form {
  padding: 0 1rem; }
  @media only screen and (min-width: 40.063em) {
    .search-section-form .container {
      max-width: 32rem; } }
  .search-section-form .small-9 {
    padding-right: 1rem; }
  .search-section-form .search-field,
  .search-section-form .search-submit {
    height: 50px; }
  .search-section-form .search-submit {
    line-height: 50px; }

.search-section-results {
  padding: 3rem 0; }
  .search-section-results .container {
    max-width: 30rem; }
    @media only screen and (min-width: 40.063em) {
      .search-section-results .container {
        max-width: 78.5rem; } }

.search-result {
  margin-bottom: 1rem;
  height: 300px; }

.search-results-load-more {
  width: 100%; }

.search-results-all-loaded {
  display: block; }
  .search-results-all-loaded h2 {
    margin-bottom: 0;
    color: #CACACA; }
  .search-results-all-loaded:hover {
    border-color: #EAEAEA;
    cursor: default; }

#newsletter-confirmation .page-wrapper-newsletter-confirm {
  padding-top: 6rem; }
#newsletter-confirmation .page-section {
  text-align: center; }
  #newsletter-confirmation .page-section a {
    padding: 1.25rem 5rem;
    font-weight: 600; }

.page-welcome .page-wrapper {
  padding-bottom: 0; }

.welcome-section {
  padding: 3rem 0; }
  .welcome-section .section-header {
    margin-bottom: 1rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .welcome-section .section-header {
        margin-bottom: 2rem; } }

.welcome-section-dark {
  background-color: #0C0D18; }

.welcome-section-light {
  background-color: #FFFFFF; }

.welcome-section-gray {
  background-color: #F4F4F4; }

.welcome-section-header {
  position: relative;
  padding: 6rem 1rem 3rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .welcome-section-header {
      padding: 9rem 0 3rem; } }
  .welcome-section-header .container {
    position: relative;
    z-index: 50;
    max-width: 52rem;
    padding: 0 1rem; }
    .welcome-section-header .container h1 {
      color: #FFFFFF;
      margin-bottom: 0.8em; }
    .welcome-section-header .container p {
      color: #FFFFFF;
      margin: 0 auto;
      max-width: 30rem;
      padding-bottom: 1rem; }
  .welcome-section-header .welcome-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-top: 1rem; }
    .welcome-section-header .welcome-video iframe,
    .welcome-section-header .welcome-video .embed-container object,
    .welcome-section-header .welcome-video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .welcome-section-header .welcome-header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.65); }

@media only screen and (min-width: 40.063em) {
  .welcome-section-content {
    padding: 3rem 0 0; } }
.welcome-section-content .container {
  max-width: 48rem; }
.welcome-section-content .section-header {
  text-align: center;
  margin-bottom: 3rem; }

/*# sourceMappingURL=application.css.map */